home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DEMOS / CIVAX6.ZIP / PIC1.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1995-10-13  |  387 b   |  16 lines

  1. Unit PIC1;
  2.  
  3.                            {-----------------}
  4.                            {--} INTERFACE {--}
  5.                            {-----------------}
  6.  
  7. Procedure PIC001;
  8.  
  9.                          {----------------------}
  10.                          {--} IMPLEMENTATION {--}
  11.                          {----------------------}
  12.  
  13. Procedure PIC001;External;  {$L PIC1.OBJ}
  14.  
  15. End.
  16.